home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / LIB / READNEXT.H < prev    next >
Text File  |  1993-04-05  |  946b  |  24 lines

  1. /*--------------------------------------------------------------------*/
  2. /*    r e a d n e x t . h                                             */
  3. /*                                                                    */
  4. /*    Reads a spooling directory with optional pattern matching       */
  5. /*                                                                    */
  6. /*    Copyright 1991 (C), Andrew H. Derbyshire                        */
  7. /*--------------------------------------------------------------------*/
  8.  
  9. /*
  10.  *       $Id: READNEXT.H 1.2 1993/04/05 04:38:55 ahd Exp $
  11.  *
  12.  *       $Log: READNEXT.H $
  13.  *     Revision 1.2  1993/04/05  04:38:55  ahd
  14.  *     Return timestamp and size on file found
  15.  *
  16.  */
  17.  
  18. char     *readnext(char *xname,
  19.                    const char *remote,
  20.                    const char *subdir,
  21.                    char *pattern,
  22.                    time_t *modified,
  23.                    long   *size );
  24.